More !srcdir fixes for the stylecontext test
authorMatthias Clasen <mclasen@redhat.com>
Tue, 7 Dec 2010 00:05:18 +0000 (19:05 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 7 Dec 2010 00:05:18 +0000 (19:05 -0500)
gtk/tests/stylecontext.c

index 54141edd99ed2e787e85ea9d37452b10ec59910e..69b9510bfd057861efd8458b5ddc0932ab7914e6 100644 (file)
@@ -219,8 +219,8 @@ test_parse_declarations (void)
     "                                     center center, 0.8,   \n"
     "                                     color-stop (0.0,#fff),\n"
     "                                     color-stop (1.0,#000))}\n",
-    "* { border-image: url (\"test.png\") 3 4 3 4 stretch       }",
-    "* { border-image: url (\"test.png\") 3 4 3 4 repeat stretch}",
+    "* { border-image: url (\"" SRCDIR "/test.png\") 3 4 3 4 stretch       }",
+    "* { border-image: url (\"" SRCDIR "/test.png\") 3 4 3 4 repeat stretch}",
     "* { transition: 150ms ease-in-out                          }",
     "* { transition: 1s linear loop                             }",
     NULL